home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / wwbbs31_source.lha / WWBBS / Handler / smakefile < prev    next >
Makefile  |  1994-09-08  |  272b  |  12 lines

  1. all: aux aux_debug
  2.  
  3. aux: aux.c INCLUDE:libraries/wwbbs.h
  4.     sc aux
  5.     copy aux L:wwbbsaux-handler
  6.     Assign WWBBSAUX: DISMOUNT
  7.     Mount DEVS:DOSDrivers/WWBBSAUX
  8.  
  9. aux_debug: aux_debug.c
  10.     sc nolink aux_debug
  11.     slink from lib:c.o aux_debug.o to aux_debug lib lib:sc.lib lib:amiga.lib
  12.